home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / GAMES / CHEAT / CheatMake / !CheatMake / Resources / Docs / dHackMods < prev    next >
Text File  |  1995-09-05  |  1KB  |  37 lines

  1. Description of a Desktop Hacker Cheat file
  2.  
  3. If &2c-&33 = "CheatRM1" then
  4.  !&34 = offset to table A
  5.  
  6. Table A (general information)
  7. Set new origin to offset of !&34 (instead of start of module)
  8. !-4 = CHT1
  9. !0  = offset to game name, or 0
  10. !4  = offset to finder's name, or 0
  11. !8  = offset to help text, or 0
  12. !12 = offset to "Only if" words:
  13.        !0 = Address
  14.        +4 = String, null terminated
  15. !16 = offset to first cheat table (table B), or 0
  16. !20 = flags:  Bit 0: Display cheat infos on clear (white) screen
  17. !24 ?
  18. !28 ?
  19.  
  20. Table B (cheat's information)
  21. old (Table A) offset
  22.  
  23. !0  = INKEY number -1 (e.g.: &25 is placed instead of INKEY-(&26), I)
  24. !4  = ASCII key number of cheat
  25. !8  = offset to cheat name
  26. !12 = offset to cheat addresses (table C)
  27. !16 = offset to next cheat, or 0 if it was the last one
  28.  
  29. Table C (cheat addresses)
  30.  
  31. REPEAT
  32. !0  = mode: 0 = set, 1 = add, 2 = subtract, 3 = OR, 4 = AND, 5 = EOR
  33.             if bit 3 set, only bytes are changed
  34. !4  = value
  35. followed by addresses, terminated by -1 (&ffffffff)
  36. UNTIL terminated with -1 (&ffffffff)
  37.